home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #1 / GRAVIS CD No1_Herbst_94.cdr / Deneba / Canvas™ 3.5.2 US / Canvas Tools / Separations / Separations.rsrc / hd11_1102 < prev    next >
Text File  |  1994-05-20  |  734b  |  48 lines

  1. %%BeginProcSet: Adobe_cshow 0 0
  2. % cshow Operator
  3. % Version 1.1 1/23/1989
  4. % Copyright (C) 1987, 1988, 1989
  5. % Adobe Systems Incorporated
  6. % All Rights Reserved
  7. currentpacking true setpacking
  8. userdict /Adobe_cshow 3 dict dup begin put
  9. /initialize            % - initialize -
  10. {
  11. /cshow where
  12.     {
  13.     pop
  14.     }
  15.     {
  16.     userdict /Adobe_cshow_vars 1 dict dup begin put
  17.     /_cshow        % - _cshow proc
  18.         {} def
  19.     Adobe_cshow begin
  20.     Adobe_cshow
  21.         {
  22.         dup xcheck
  23.             {
  24.             bind
  25.             } if
  26.         userdict 3 1 roll put
  27.         } forall
  28.     end
  29.     end
  30.     } ifelse
  31. } def
  32. /terminate            % - terminate -
  33. {
  34. } def
  35. /cshow                % proc string cshow -
  36. {
  37. exch
  38. Adobe_cshow_vars
  39.     exch /_cshow
  40.     exch put
  41.     {
  42.     0 0 Adobe_cshow_vars /_cshow get exec
  43.     } forall
  44. } def
  45. currentdict readonly pop end
  46. setpacking
  47. %%EndProcSet
  48.